Skip to main content
GET
List orders
Returns orders placed by the authenticated customer. Use this endpoint for order history screens, support lookups, or reorder flows in your owned channel (app, web, kiosk).
Requires a Storefront API access token from Token exchange. The token scopes requests to the authenticated customer and merchant.

Path parameters

Query parameters

Request

Response

The response wraps an array of order objects in data, newest first.
For the full checkout flow from cart to Fire spark routing into the merchant POS, see Placing orders.

Error responses

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Customer identifier.

Required string length: 1 - 64
Pattern: ^[a-zA-Z0-9_-]+$

Query Parameters

from
string
to
string

Response

200 - application/json

Ok

data
object[]